home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE15 / CPPCLASS / cpp16 / CPPCLU.DFM / CPPCLU.txt
Encoding:
Text File  |  1996-03-28  |  1.3 KB  |  74 lines

  1. object Form1: TForm1
  2.   Left = 269
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form1'
  6.   ClientHeight = 284
  7.   ClientWidth = 193
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 28
  16.     Top = 7
  17.     Width = 137
  18.     Height = 33
  19.     Caption = 'Instantiate Class'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Button2: TButton
  24.     Left = 28
  25.     Top = 53
  26.     Width = 137
  27.     Height = 33
  28.     Caption = 'GetInfo'
  29.     Enabled = False
  30.     TabOrder = 1
  31.     OnClick = Button2Click
  32.   end
  33.   object Button3: TButton
  34.     Left = 28
  35.     Top = 98
  36.     Width = 137
  37.     Height = 33
  38.     Caption = 'Assign  Event A'
  39.     Enabled = False
  40.     TabOrder = 2
  41.     OnClick = Button3Click
  42.   end
  43.   object Button4: TButton
  44.     Left = 28
  45.     Top = 144
  46.     Width = 137
  47.     Height = 33
  48.     Caption = 'Assign  Event B'
  49.     Enabled = False
  50.     TabOrder = 3
  51.     OnClick = Button4Click
  52.   end
  53.   object Button5: TButton
  54.     Left = 28
  55.     Top = 192
  56.     Width = 137
  57.     Height = 33
  58.     Caption = 'Generate Event'
  59.     Enabled = False
  60.     TabOrder = 4
  61.     OnClick = Button5Click
  62.   end
  63.   object Button6: TButton
  64.     Left = 28
  65.     Top = 239
  66.     Width = 137
  67.     Height = 33
  68.     Caption = 'Destroy Class'
  69.     Enabled = False
  70.     TabOrder = 5
  71.     OnClick = Button6Click
  72.   end
  73. end
  74.